PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableContent Class / setBorder Method
A com.o2sol.pdf4java.graphics.PDFPen object that describes how the table border is drawn.
In This Topic
    setBorder Method
    In This Topic
    Sets the table border.
    Syntax
    public void setBorder( 
       PDFPen value
    )

    Parameters

    value
    A com.o2sol.pdf4java.graphics.PDFPen object that describes how the table border is drawn.
    See Also